home *** CD-ROM | disk | FTP | other *** search
- #ifndef lint
- static char SccsId[]= "@(#)cpit_vars.c V1.4 3/15/95";
- #endif
-
- /*------------------------------------------------------------------
- | file name -- cpit_vars.c
- |-----------------------------------------------------------------*/
-
- #include "std.h"
- #include "dvstd.h"
- #include "dvtools.h"
- #include "VOstd.h"
- #include "cpit_vars.h"
- #include "cpit_fundecl.h"
-
-
-
- /* DECLARATION and INITIALIZATION of global variables for DISPLAY */
- DV_BOOL ApplicationState;
- DRAWPORT ActiveDrawport, MenuDrawport;
- VIEW ActiveView;
- OBJECT MenuScreen, MainScreen, ActiveScreen;
-
- CHAR *ActiveOverlayName = NULL;
-
- SYMTABLE
- DpTable, ViewTable;
-
- /* REMINDER: NUM_DISPLAYS is set in cpit_vars.h */
- CHAR *MainViewNames[NUM_DISPLAYS] =
- {
- "cpit.v",
- "ipanel.v",
- "mfd.v",
- "flt_test.v"
- };
-
- /* REMINDER: NUM_OVERLAYS is set in cpit_vars.h */
- CHAR *OverlayViewNames[NUM_OVERLAYS] =
- {
- "mfd0.v",
- "mfd1.v",
- "mfd2.v",
- "mfd3.v",
- "mfd4.v"
- };
-
- DISPLAY_LIST *DisplayList = NULL;
-